From 1cf700faee062df76886fad89bd3b8c290373a1b Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Thu, 22 Jul 2004 13:43:30 +0000 Subject: [PATCH] bitkeeper revision 1.1108.1.9 (40ffc482ecTQvwco24bTny6XsTfKJg) Update doc to reflect code changes. --- docs/xen_config.html | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/xen_config.html b/docs/xen_config.html index 028dd569b3..45499667ac 100644 --- a/docs/xen_config.html +++ b/docs/xen_config.html @@ -1,15 +1,15 @@ - + Xen Configuration Syntax

Xen Configuration Syntax


-Version 0.1
2004 June 21
+ +Version 0.2
2004 July 19

Xen Configuration

@@ -20,7 +20,7 @@ called SXP. The SXP syntax is s-expressions (sxprs), a simple bracketed abstract syntax. Python lists are used to represent its parsed form, with a support -api providing access to fields and values (class xenmgr.sxp). +api providing access to fields and values (class xen.xend.sxp).

SXP syntax

A general s-expression has the syntax: @@ -59,11 +59,17 @@ The top-level element, a virtual machine configuration.

(image (linux)) element

@@ -98,13 +104,13 @@ The domain may not have virtual network interfaces (vifs) configured.

(device (vif)) element

Defines a virtual network interface. -A random MAC is assined is not specified. -The interface is connected to the system default bridge if no bridge -is specified.

(device (vbd)) element

Defines a virtual block device. @@ -135,14 +141,6 @@ Contains a list of vif elements:
  • vnet: id of vnet the vif is assigned to. -

    (vfr) element

    -Defines the ip addresses for vifs (may go away soon). -Contains a list of vif elements: - -

    Examples

    A vm with 64 MB memory, root on /dev/xda1 (mapped from /dev/hda1), one vif with default MAC. -- 2.30.2